﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

.King_Chance_Layer {
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 999;
}

.King_Chance_LayerCont {
    position: absolute;
    overflow: hidden;
    font-size: 12px;
    right: 0;
    bottom: 0;
    display: none;
}

.King_Chance_LayerCont img {
	border: none;
	float: none;
	vertical-align: top;
}

.King_Chance_LayerCont ul, .King_Chance_LayerCont ol {
	list-style: none;
}

.King_Chance_LayerCont a, .King_Chance_LayerCont a:link, .King_Chance_LayerCont a:visited, .King_Chance_LayerCont a:hover, .King_Chance_LayerCont a:active {
	text-decoration: none;
}

.King_Chance_Layer_Close {
    width: 20px;
    height: 20px;
    background: url(/images/close.png) no-repeat;
    position: absolute;
    font-size: 0px;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.King_Chance_Layer_Content {
    padding: 9px;
    width: 100%;
    overflow: hidden;
}

.King_Chance_Layer_Content li {
	border: 1px solid #fff;
	overflow: hidden;
	display: none;
}

.King_Chance_Layer_Content li span {
	width: 100%;
}

